home *** CD-ROM | disk | FTP | other *** search
- #ifndef TOOLBUTTON_H
- #define TOOLBUTOTN_H
-
- #include "Precognition3D.h"
- #include "GraphicObject.h"
- #include "BoolGadget.h"
-
- typedef BoolGadget ToolButton;
-
- void ToolButton_Init( ToolButton *self,
- WORD leftedge,
- WORD topedge,
- WORD width,
- pcg_3DPens pens,
- GraphicObject *archetype );
-
- struct ValuatorClass *ToolButtonClass( void );
-
- void ToolButtonClass_Init( struct ValuatorClass *class );
-
- GraphicObject *Archetype( ToolButton *self );
-
- #endif
-